iT邦幫忙

2024 iThome 鐵人賽

DAY 9
0
IT 管理

API Gateway:微服務世界的守護者系列 第 9

Day08 - Configure route

  • 分享至 

  • xImage
  •  

Lab - APISIX Standalone Deployment and Declarative Configuration Example

Source Repo

git clone https://github.com/Boburmirzo/apisix-standalone-deployment-mode.git
modify apisix.yml
upstreams:
  - name: "example upstream"
    id: 1
    type: roundrobin
    nodes:
      "backend:80": 1
routes:
  - name: "example-route",
    uri: /
    upstream_id: 1
    plugins:
      key-auth: {}
consumers:
  - username: exampleuser
    plugins:
      key-auth:
        key: example-key
#END
docker compose up

image

image
image

curl http://localhost:9080/

image
image

curl -i -X GET "http://localhost:9080/" -H "apikey: example-key"

image

參考

Run APISIX in standalone mode


上一篇
Day08 - Kubernetes Deployments
下一篇
Day09 - Check APISIX Version
系列文
API Gateway:微服務世界的守護者24
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言